golang.org/x/net/http2.Transport.roundTripViaPool (method)

2 uses

	golang.org/x/net/http2 (current package)
		transport.go#L413: 	return t.roundTripViaPool(req, opt, t.connPool())
		transport_common.go#L269: func (t *Transport) roundTripViaPool(req *http.Request, opt RoundTripOpt, pool ClientConnPool) (*http.Response, error) {